Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.KeyVerificationOrBuilder

The actual over-the-mesh message doing KeyVerification
Protobuf type meshtastic.KeyVerification

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The final authoritative hash, only to be sent by NodeA at the end of the handshake
bytes hash1 = 2;
Link copied to clipboard

The intermediary hash (actually derived from hash1),
sent from NodeB to NodeA in response to the initial message.
bytes hash2 = 3;
Link copied to clipboard

random value Selected by the requesting node
uint64 nonce = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getHash1(): ByteString

The final authoritative hash, only to be sent by NodeA at the end of the handshake
bytes hash1 = 2;
Link copied to clipboard
open fun getHash2(): ByteString

The intermediary hash (actually derived from hash1),
sent from NodeB to NodeA in response to the initial message.
bytes hash2 = 3;
Link copied to clipboard
open fun getNonce(): Long

random value Selected by the requesting node
uint64 nonce = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.KeyVerification.Builder
Link copied to clipboard
open fun setHash1(value: ByteString): MeshProtos.KeyVerification.Builder

The final authoritative hash, only to be sent by NodeA at the end of the handshake
bytes hash1 = 2;
Link copied to clipboard
open fun setHash2(value: ByteString): MeshProtos.KeyVerification.Builder

The intermediary hash (actually derived from hash1),
sent from NodeB to NodeA in response to the initial message.
bytes hash2 = 3;
Link copied to clipboard

random value Selected by the requesting node
uint64 nonce = 1;